home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 January / january_2001.iso / intercd / root / ^4Developers / VB / visbasdb / VBDB / VBDB Code / VB6 Code / Class 4 / denBooks.Dsr < prev    next >
Encoding:
Visual Basic Active Designer file  |  1999-08-28  |  3.6 KB  |  113 lines

  1. VERSION 5.00
  2. Begin {C0E45035-5775-11D0-B388-00A0C9055D8E} denBooks 
  3.    ClientHeight    =   3750
  4.    ClientLeft      =   0
  5.    ClientTop       =   0
  6.    ClientWidth     =   2820
  7.    _ExtentX        =   4974
  8.    _ExtentY        =   6615
  9.    FolderFlags     =   1
  10.    TypeLibGuid     =   "{26EAF2E1-439B-11D3-BE8B-444553540000}"
  11.    TypeInfoGuid    =   "{26EAF2E2-439B-11D3-BE8B-444553540000}"
  12.    TypeInfoCookie  =   0
  13.    Version         =   4
  14.    NumConnections  =   1
  15.    BeginProperty Connection1 
  16.       ConnectionName  =   "conBooks"
  17.       ConnDispId      =   1001
  18.       SourceOfData    =   3
  19.       ConnectionSource=   "Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data Source=c:\VBDB\Working\Biblio.mdb"
  20.       Expanded        =   -1  'True
  21.       QuoteChar       =   96
  22.       SeparatorChar   =   46
  23.    EndProperty
  24.    NumRecordsets   =   1
  25.    BeginProperty Recordset1 
  26.       CommandName     =   "comTitles"
  27.       CommDispId      =   1008
  28.       RsDispId        =   1012
  29.       CommandText     =   "Titles"
  30.       ActiveConnectionName=   "conBooks"
  31.       CommandType     =   2
  32.       dbObjectType    =   1
  33.       Expanded        =   -1  'True
  34.       IsRSReturning   =   -1  'True
  35.       NumFields       =   8
  36.       BeginProperty Field1 
  37.          Precision       =   0
  38.          Size            =   255
  39.          Scale           =   0
  40.          Type            =   200
  41.          Name            =   "Title"
  42.          Caption         =   "Title"
  43.       EndProperty
  44.       BeginProperty Field2 
  45.          Precision       =   5
  46.          Size            =   2
  47.          Scale           =   0
  48.          Type            =   2
  49.          Name            =   "Year Published"
  50.          Caption         =   "Year Published"
  51.       EndProperty
  52.       BeginProperty Field3 
  53.          Precision       =   0
  54.          Size            =   20
  55.          Scale           =   0
  56.          Type            =   200
  57.          Name            =   "ISBN"
  58.          Caption         =   "ISBN"
  59.       EndProperty
  60.       BeginProperty Field4 
  61.          Precision       =   10
  62.          Size            =   4
  63.          Scale           =   0
  64.          Type            =   3
  65.          Name            =   "PubID"
  66.          Caption         =   "PubID"
  67.       EndProperty
  68.       BeginProperty Field5 
  69.          Precision       =   0
  70.          Size            =   50
  71.          Scale           =   0
  72.          Type            =   200
  73.          Name            =   "Description"
  74.          Caption         =   "Description"
  75.       EndProperty
  76.       BeginProperty Field6 
  77.          Precision       =   0
  78.          Size            =   50
  79.          Scale           =   0
  80.          Type            =   200
  81.          Name            =   "Notes"
  82.          Caption         =   "Notes"
  83.       EndProperty
  84.       BeginProperty Field7 
  85.          Precision       =   0
  86.          Size            =   50
  87.          Scale           =   0
  88.          Type            =   200
  89.          Name            =   "Subject"
  90.          Caption         =   "Subject"
  91.       EndProperty
  92.       BeginProperty Field8 
  93.          Precision       =   0
  94.          Size            =   1073741824
  95.          Scale           =   0
  96.          Type            =   201
  97.          Name            =   "Comments"
  98.          Caption         =   "Comments"
  99.       EndProperty
  100.       NumGroups       =   0
  101.       ParamCount      =   0
  102.       RelationCount   =   0
  103.       AggregateCount  =   0
  104.    EndProperty
  105. End
  106. Attribute VB_Name = "denBooks"
  107. Attribute VB_GlobalNameSpace = False
  108. Attribute VB_Creatable = True
  109. Attribute VB_PredeclaredId = True
  110. Attribute VB_Exposed = False
  111. Option Explicit
  112.  
  113.